STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.account.settings
/
STWCallForwardingSettingsProfile
STWCall
Forwarding
Settings
Profile
open
class
STWCallForwardingSettingsProfile
Content copied to clipboard
Types
Constructors
Functions
Constructors
STWCall
Forwarding
Settings
Profile
Link copied to clipboard
open
fun
STWCallForwardingSettingsProfile
(
)
Content copied to clipboard
Types
REASON
Link copied to clipboard
enum
REASON
Content copied to clipboard
- UNCONDITIONAL : This type of call forwards all your state calls automatically without disturbing the user.
STATUS
Link copied to clipboard
enum
STATUS
Content copied to clipboard
TYPE
Link copied to clipboard
enum
TYPE
Content copied to clipboard
The type of recipient of the forwarded call
Functions
get
Number
Link copied to clipboard
@
Nullable
open
fun
getNumber
(
)
:
String
Content copied to clipboard
get
Reason
Link copied to clipboard
open
fun
getReason
(
)
:
Int
Content copied to clipboard
get
Status
Link copied to clipboard
open
fun
getStatus
(
)
:
Int
Content copied to clipboard
get
Type
Link copied to clipboard
open
fun
getType
(
)
:
Int
Content copied to clipboard
set
Number
Link copied to clipboard
open
fun
setNumber
(
@
Nullable
number
:
String
)
Content copied to clipboard
set
Reason
Link copied to clipboard
open
fun
setReason
(
reason
:
Int
)
Content copied to clipboard
set
Reason
Value
Link copied to clipboard
open
fun
setReasonValue
(
@
Nullable
reason
:
String
)
Content copied to clipboard
set
Status
Link copied to clipboard
open
fun
setStatus
(
status
:
Int
)
Content copied to clipboard
set
Status
Value
Link copied to clipboard
open
fun
setStatusValue
(
@
NonNull
status
:
String
)
Content copied to clipboard
set
Type
Link copied to clipboard
open
fun
setType
(
type
:
Int
)
Content copied to clipboard
set
Type
Value
Link copied to clipboard
open
fun
setTypeValue
(
@
Nullable
type
:
String
)
Content copied to clipboard
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard