com.samsung.android.sdk.look.airbutton
Class SlookAirButtonFrequentContactAdapter
- java.lang.Object
-
- com.samsung.android.sdk.look.airbutton.SlookAirButtonAdapter
-
- com.samsung.android.sdk.look.airbutton.SlookAirButtonFrequentContactAdapter
-
public final class SlookAirButtonFrequentContactAdapter extends SlookAirButtonAdapter
This is default adapter for frequent contact. Constructor which user can set FrequentContact. For using SlookAirButtonFrequentContactAdapter, developer should add the permission -> uses-permission android:name="android.permission.READ_CONTACTS"
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.samsung.android.sdk.look.airbutton.SlookAirButtonAdapter
SlookAirButtonAdapter.AirButtonItem
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
DATA
When onItemSelected is called, the bundle param has this item.static java.lang.String
DISPLAY_NAME
When onItemSelected is called, the bundle param has this item.static java.lang.String
ID
When onItemSelected is called, the bundle param has this item.static java.lang.String
LOOKUP_KEY
When onItemSelected is called, the bundle param has this item.static java.lang.String
PHOTO
When onItemSelected is called, the bundle param has this item.static java.lang.String
PHOTO_URI
When onItemSelected is called, the bundle param has this item.
-
Constructor Summary
Constructors Constructor and Description SlookAirButtonFrequentContactAdapter(android.view.View view, android.os.Bundle option)
Construtor which user can set FrequentContact item lists.
-
Method Summary
-
Methods inherited from class com.samsung.android.sdk.look.airbutton.SlookAirButtonAdapter
addItem, addItem, clear, getCount, getEmptyText, getItem, insertItem, onDismiss, onHide, onHoverEnter, onHoverExit, onShow, removeItem, setEmptyText, updateItem
-
-
-
-
Field Detail
-
ID
public static final java.lang.String ID
When onItemSelected is called, the bundle param has this item. This is Integer.- See Also:
- Constant Field Values
-
DISPLAY_NAME
public static final java.lang.String DISPLAY_NAME
When onItemSelected is called, the bundle param has this item. This is String.- See Also:
- Constant Field Values
-
PHOTO
public static final java.lang.String PHOTO
When onItemSelected is called, the bundle param has this item. This is Byte-Array.- See Also:
- Constant Field Values
-
PHOTO_URI
public static final java.lang.String PHOTO_URI
When onItemSelected is called, the bundle param has this item. This is String.- See Also:
- Constant Field Values
-
LOOKUP_KEY
public static final java.lang.String LOOKUP_KEY
When onItemSelected is called, the bundle param has this item. This is String.- See Also:
- Constant Field Values
-
DATA
public static final java.lang.String DATA
When onItemSelected is called, the bundle param has this item. This is String.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SlookAirButtonFrequentContactAdapter
public SlookAirButtonFrequentContactAdapter(android.view.View view, android.os.Bundle option)
Construtor which user can set FrequentContact item lists.- Parameters:
view
- we can see the widget on the view.option
- bundle of informations.- Since:
- 1.0.0
-
-