toggle menu
Android-CallKit-SDK
5.6.9
io.rong.callkit
switch theme
search in API
Android-CallKit-SDK
/
io.rong.callkit.util
/
HeadsetInfo
Headset
Info
public
class
HeadsetInfo
Created by Dengxudong on 2018/8/23.
Members
Constructors
Headset
Info
Link copied to clipboard
public
void
HeadsetInfo
(
boolean isInsert
,
HeadsetInfo.HeadsetType
type
)
Types
Headset
Type
Link copied to clipboard
public
enum
HeadsetType
Properties
is
Insert
Link copied to clipboard
public
boolean
isInsert
type
Link copied to clipboard
public
HeadsetInfo.HeadsetType
type
Functions
get
Type
Link copied to clipboard
public
HeadsetInfo.HeadsetType
getType
(
)
is
Insert
Link copied to clipboard
public
boolean
isInsert
(
)
set
Insert
Link copied to clipboard
public
void
setInsert
(
boolean insert
)
set
Type
Link copied to clipboard
public
void
setType
(
HeadsetInfo.HeadsetType
type
)