- Preparing search index...
- The search index is not available
Documentation
- usePushTrigger(sdk: SendbirdChatSDK): {
option: PushTriggerOption;
updateOption: ((value: "all" | "mention_only" | "off" | "default") => Promise<void>);
}
-
Returns {
option: PushTriggerOption;
updateOption: ((value: "all" | "mention_only" | "off" | "default") => Promise<void>);
}
-
option: PushTriggerOption
-
updateOption: ((value: "all" | "mention_only" | "off" | "default") => Promise<void>)
-
- (value: "all" | "mention_only" | "off" | "default"): Promise<void>
-
Parameters
-
value: "all" | "mention_only" | "off" | "default"
Returns Promise<void>