summaryrefslogtreecommitdiff
path: root/SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SmartDeviceLinkInterfaceAvailability.java
blob: 0001365fe0fe51e326653c0a23d7e4be4c8307ea (plain)
1
2
3
4
5
6
package com.smartdevicelink.proxy.rpc.enums;

public enum SmartDeviceLinkInterfaceAvailability {
	SMARTDEVICELINK_INTERFACE_AVAILABLE,
	SMARTDEVICELINK_INTERFACE_UNAVAILABLE;
}