Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.CustomizedNotificationData Class Reference

Public Member Functions

 CustomizedNotificationData ()
 
 CustomizedNotificationData (@StringRes int contentTitleId, @StringRes int contentTextId, @DrawableRes int smallIconId, @DrawableRes int smallIconForLorLaterId, @ColorRes int bgColorId, @DrawableRes int largeIconId)
 
int getContentTitleId ()
 
void setContentTitleId (@StringRes int contentTitleId)
 
int getContentTextId ()
 
void setContentTextId (@StringRes int contentTextId)
 
int getSmallIconId ()
 
void setSmallIconId (@DrawableRes int smallIconId)
 
int getSmallIconForLorLaterId ()
 
void setSmallIconForLorLaterId (@DrawableRes int smallIconForLorLaterId)
 
int getBgColorId ()
 
void setBgColorId (@ColorRes int bgColorId)
 
int getLargeIconId ()
 
void setLargeIconId (@DrawableRes int largeIconId)
 

Package Attributes

int contentTitleId
 
int contentTextId
 
int smallIconId
 
int smallIconForLorLaterId
 
int bgColorId
 
int largeIconId
 

Detailed Description

Definition at line 7 of file CustomizedNotificationData.java.

Constructor & Destructor Documentation

◆ CustomizedNotificationData() [1/2]

us.zoom.sdk.CustomizedNotificationData.CustomizedNotificationData ( )
inline

Definition at line 26 of file CustomizedNotificationData.java.

26 {
27 }

◆ CustomizedNotificationData() [2/2]

us.zoom.sdk.CustomizedNotificationData.CustomizedNotificationData ( @StringRes int contentTitleId,
@StringRes int contentTextId,
@DrawableRes int smallIconId,
@DrawableRes int smallIconForLorLaterId,
@ColorRes int bgColorId,
@DrawableRes int largeIconId )
inline

Member Function Documentation

◆ getBgColorId()

int us.zoom.sdk.CustomizedNotificationData.getBgColorId ( )
inline

◆ getContentTextId()

int us.zoom.sdk.CustomizedNotificationData.getContentTextId ( )
inline

◆ getContentTitleId()

int us.zoom.sdk.CustomizedNotificationData.getContentTitleId ( )
inline

◆ getLargeIconId()

int us.zoom.sdk.CustomizedNotificationData.getLargeIconId ( )
inline

◆ getSmallIconForLorLaterId()

int us.zoom.sdk.CustomizedNotificationData.getSmallIconForLorLaterId ( )
inline

◆ getSmallIconId()

int us.zoom.sdk.CustomizedNotificationData.getSmallIconId ( )
inline

◆ setBgColorId()

void us.zoom.sdk.CustomizedNotificationData.setBgColorId ( @ColorRes int bgColorId)
inline

Definition at line 79 of file CustomizedNotificationData.java.

79 {
80 this.bgColorId = bgColorId;
81 }

References us.zoom.sdk.CustomizedNotificationData.bgColorId.

◆ setContentTextId()

void us.zoom.sdk.CustomizedNotificationData.setContentTextId ( @StringRes int contentTextId)
inline

Definition at line 52 of file CustomizedNotificationData.java.

52 {
53 this.contentTextId = contentTextId;
54 }

References us.zoom.sdk.CustomizedNotificationData.contentTextId.

◆ setContentTitleId()

void us.zoom.sdk.CustomizedNotificationData.setContentTitleId ( @StringRes int contentTitleId)
inline

Definition at line 43 of file CustomizedNotificationData.java.

43 {
44 this.contentTitleId = contentTitleId;
45 }

References us.zoom.sdk.CustomizedNotificationData.contentTitleId.

◆ setLargeIconId()

void us.zoom.sdk.CustomizedNotificationData.setLargeIconId ( @DrawableRes int largeIconId)
inline

Definition at line 88 of file CustomizedNotificationData.java.

88 {
89 this.largeIconId = largeIconId;
90 }

References us.zoom.sdk.CustomizedNotificationData.largeIconId.

◆ setSmallIconForLorLaterId()

void us.zoom.sdk.CustomizedNotificationData.setSmallIconForLorLaterId ( @DrawableRes int smallIconForLorLaterId)
inline

Definition at line 70 of file CustomizedNotificationData.java.

70 {
71 this.smallIconForLorLaterId = smallIconForLorLaterId;
72 }

References us.zoom.sdk.CustomizedNotificationData.smallIconForLorLaterId.

◆ setSmallIconId()

void us.zoom.sdk.CustomizedNotificationData.setSmallIconId ( @DrawableRes int smallIconId)
inline

Definition at line 61 of file CustomizedNotificationData.java.

61 {
62 this.smallIconId = smallIconId;
63 }

References us.zoom.sdk.CustomizedNotificationData.smallIconId.

Field Documentation

◆ bgColorId

◆ contentTextId

◆ contentTitleId

◆ largeIconId

◆ smallIconForLorLaterId

◆ smallIconId