com.samsung.android.sdk.look.airbutton

Class 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"
    • 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