Bit6IncomingCallPrompt Class Reference
| Inherits from | NSObject |
| Declared in | Bit6IncomingCallPrompt.h |
Overview
Used to show a nice and clean incoming call prompt that dim the entire screen while it’s visible. This class is intented to be used as a singleton instance, please use Bit6IncomingCallPrompt.sharedInstance()
Tasks
Other Methods
-
+ setAnswerAudioHandler: -
+ setAnswerVideoHandler: -
+ setAnswerDataHandler: -
+ setRejectHandler: -
+ showForCallController: -
+ dismiss -
+ callController
ContentView Full Customization
Class Methods
callController
Returns the call linked to the prompt
+ (nullable Bit6CallController *)callControllerReturn Value
callController linked to the prompt
Declared In
Bit6IncomingCallPrompt.hsetAnswerAudioHandler:
Set a block of code to be executed on the Bit6IncomingCallPrompt.answerAudio() event.
+ (void)setAnswerAudioHandler:(nullable void ( ^ ) ( Bit6CallController *_Nonnull ))answerAudioHandlerParameters
- answerAudioHandler
block of code to be executed.
Declared In
Bit6IncomingCallPrompt.hsetAnswerDataHandler:
Set a block of code to be executed on the Bit6IncomingCallPrompt.answerData() event.
+ (void)setAnswerDataHandler:(nullable void ( ^ ) ( Bit6CallController *_Nonnull ))answerDataHandlerParameters
- answerDataHandler
block of code to be executed.
Declared In
Bit6IncomingCallPrompt.hsetAnswerVideoHandler:
Set a block of code to be executed on the Bit6IncomingCallPrompt.answerVideo() event.
+ (void)setAnswerVideoHandler:(nullable void ( ^ ) ( Bit6CallController *_Nonnull ))answerVideoHandlerParameters
- answerVideoHandler
block of code to be executed.
Declared In
Bit6IncomingCallPrompt.hsetRejectHandler:
Set a block of code to be executed on the Bit6IncomingCallPrompt.reject() event.
+ (void)setRejectHandler:(nullable void ( ^ ) ( Bit6CallController *_Nonnull ))rejectHandlerParameters
- rejectHandler
block of code to be executed.
Declared In
Bit6IncomingCallPrompt.hInstance Methods
answerAudio
Action to be used to answer an audio call
- (void)answerAudioDeclared In
Bit6IncomingCallPrompt.hanswerData
Action to be used to answer an data call
- (void)answerDataDeclared In
Bit6IncomingCallPrompt.h