| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/channels/managers/ |
| H A D | AndroidXNotificationsChannelGroupManager.java | 3 import android.app.NotificationChannelGroup; 28 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup() 35 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() 41 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup() 42 NotificationChannelGroup group = new NotificationChannelGroup(groupId, name); in createNotificationChannelGroup() 57 if (!(maybeGroup instanceof NotificationChannelGroup)) { in configureGroupWithOptions() 60 NotificationChannelGroup group = (NotificationChannelGroup) maybeGroup; in configureGroupWithOptions()
|
| H A D | NotificationsChannelGroupManager.java | 3 import android.app.NotificationChannelGroup; 17 NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId); in getNotificationChannelGroup() 21 List<NotificationChannelGroup> getNotificationChannelGroups(); in getNotificationChannelGroups() 24 …NotificationChannelGroup createNotificationChannelGroup(@NonNull String id, @NonNull CharSequence … in createNotificationChannelGroup()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/managers/ |
| H A D | AndroidXNotificationsChannelGroupManager.java | 3 import android.app.NotificationChannelGroup; 28 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup() 35 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() 41 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup() 42 NotificationChannelGroup group = new NotificationChannelGroup(groupId, name); in createNotificationChannelGroup() 57 if (!(maybeGroup instanceof NotificationChannelGroup)) { in configureGroupWithOptions() 60 NotificationChannelGroup group = (NotificationChannelGroup) maybeGroup; in configureGroupWithOptions()
|
| H A D | NotificationsChannelGroupManager.java | 3 import android.app.NotificationChannelGroup; 17 NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId); in getNotificationChannelGroup() 21 List<NotificationChannelGroup> getNotificationChannelGroups(); in getNotificationChannelGroups() 24 …NotificationChannelGroup createNotificationChannelGroup(@NonNull String id, @NonNull CharSequence … in createNotificationChannelGroup()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/channels/ |
| H A D | ScopedNotificationsGroupManager.java | 3 import android.app.NotificationChannelGroup; 30 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup() 31 …NotificationChannelGroup scopedGroup = super.getNotificationChannelGroup(ScopedNotificationsIdUtil… in getNotificationChannelGroup() 43 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() 44 ArrayList<NotificationChannelGroup> result = new ArrayList<>(); in getNotificationChannelGroups() 45 List<NotificationChannelGroup> channelGroups = super.getNotificationChannelGroups(); in getNotificationChannelGroups() 46 for (NotificationChannelGroup group : channelGroups) { in getNotificationChannelGroups() 57 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup() 64 NotificationChannelGroup groupToRemove = getNotificationChannelGroup(groupId); in deleteNotificationChannelGroup()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/managers/ |
| H A D | AndroidXNotificationsChannelGroupManager.java | 3 import android.app.NotificationChannelGroup; 28 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup() 35 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() 41 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup() 42 NotificationChannelGroup group = new NotificationChannelGroup(groupId, name); in createNotificationChannelGroup() 57 if (!(maybeGroup instanceof NotificationChannelGroup)) { in configureGroupWithOptions() 60 NotificationChannelGroup group = (NotificationChannelGroup) maybeGroup; in configureGroupWithOptions()
|
| H A D | NotificationsChannelGroupManager.java | 3 import android.app.NotificationChannelGroup; 17 NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId); in getNotificationChannelGroup() 21 List<NotificationChannelGroup> getNotificationChannelGroups(); in getNotificationChannelGroups() 24 …NotificationChannelGroup createNotificationChannelGroup(@NonNull String id, @NonNull CharSequence … in createNotificationChannelGroup()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/channels/ |
| H A D | ScopedNotificationsGroupManager.java | 3 import android.app.NotificationChannelGroup; 30 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup() 31 …NotificationChannelGroup scopedGroup = super.getNotificationChannelGroup(ScopedNotificationsIdUtil… in getNotificationChannelGroup() 43 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() 44 ArrayList<NotificationChannelGroup> result = new ArrayList<>(); in getNotificationChannelGroups() 45 List<NotificationChannelGroup> channelGroups = super.getNotificationChannelGroups(); in getNotificationChannelGroups() 46 for (NotificationChannelGroup group : channelGroups) { in getNotificationChannelGroups() 57 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup() 64 NotificationChannelGroup groupToRemove = getNotificationChannelGroup(groupId); in deleteNotificationChannelGroup()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/channels/ |
| H A D | ScopedNotificationsGroupManager.java | 3 import android.app.NotificationChannelGroup; 30 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup() 31 …NotificationChannelGroup scopedGroup = super.getNotificationChannelGroup(ScopedNotificationsIdUtil… in getNotificationChannelGroup() 43 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() 44 ArrayList<NotificationChannelGroup> result = new ArrayList<>(); in getNotificationChannelGroups() 45 List<NotificationChannelGroup> channelGroups = super.getNotificationChannelGroups(); in getNotificationChannelGroups() 46 for (NotificationChannelGroup group : channelGroups) { in getNotificationChannelGroups() 57 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup() 64 NotificationChannelGroup groupToRemove = getNotificationChannelGroup(groupId); in deleteNotificationChannelGroup()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/managers/ |
| H A D | AndroidXNotificationsChannelGroupManager.java | 3 import android.app.NotificationChannelGroup; 28 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup() 35 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() 41 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup() 42 NotificationChannelGroup group = new NotificationChannelGroup(groupId, name); in createNotificationChannelGroup() 57 if (!(maybeGroup instanceof NotificationChannelGroup)) { in configureGroupWithOptions() 60 NotificationChannelGroup group = (NotificationChannelGroup) maybeGroup; in configureGroupWithOptions()
|
| H A D | NotificationsChannelGroupManager.java | 3 import android.app.NotificationChannelGroup; 17 NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId); in getNotificationChannelGroup() 21 List<NotificationChannelGroup> getNotificationChannelGroups(); in getNotificationChannelGroups() 24 …NotificationChannelGroup createNotificationChannelGroup(@NonNull String id, @NonNull CharSequence … in createNotificationChannelGroup()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/channels/ |
| H A D | ScopedNotificationsGroupManager.java | 3 import android.app.NotificationChannelGroup; 30 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup() 31 …NotificationChannelGroup scopedGroup = super.getNotificationChannelGroup(ScopedNotificationsIdUtil… in getNotificationChannelGroup() 43 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() 44 ArrayList<NotificationChannelGroup> result = new ArrayList<>(); in getNotificationChannelGroups() 45 List<NotificationChannelGroup> channelGroups = super.getNotificationChannelGroups(); in getNotificationChannelGroups() 46 for (NotificationChannelGroup group : channelGroups) { in getNotificationChannelGroups() 57 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup() 64 NotificationChannelGroup groupToRemove = getNotificationChannelGroup(groupId); in deleteNotificationChannelGroup()
|
| /expo/packages/expo-notifications/build/ |
| H A D | NotificationChannelGroupManager.types.d.ts | 7 export interface NotificationChannelGroup { interface 23 getNotificationChannelGroupsAsync?: () => Promise<NotificationChannelGroup[]>; 24 … getNotificationChannelGroupAsync?: (groupId: string) => Promise<NotificationChannelGroup | null>; 25 …groupId: string, group: NotificationChannelGroupInput) => Promise<NotificationChannelGroup | null>;
|
| H A D | getNotificationChannelGroupsAsync.android.d.ts | 1 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types'; 2 export default function getNotificationChannelGroupsAsync(): Promise<NotificationChannelGroup[]>;
|
| H A D | getNotificationChannelGroupsAsync.d.ts | 1 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types'; 9 export default function getNotificationChannelGroupsAsync(): Promise<NotificationChannelGroup[]>;
|
| H A D | getNotificationChannelGroupAsync.d.ts | 1 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types'; 11 …nction getNotificationChannelGroupAsync(groupId: string): Promise<NotificationChannelGroup | null>;
|
| H A D | getNotificationChannelGroupAsync.android.d.ts | 1 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types'; 2 …nction getNotificationChannelGroupAsync(groupId: string): Promise<NotificationChannelGroup | null>;
|
| H A D | setNotificationChannelGroupAsync.android.d.ts | 1 import { NotificationChannelGroup, NotificationChannelGroupInput } from './NotificationChannelGroup… 2 …c(groupId: string, group: NotificationChannelGroupInput): Promise<NotificationChannelGroup | null>;
|
| H A D | setNotificationChannelGroupAsync.d.ts | 1 import { NotificationChannelGroup, NotificationChannelGroupInput } from './NotificationChannelGroup… 11 …c(groupId: string, group: NotificationChannelGroupInput): Promise<NotificationChannelGroup | null>;
|
| /expo/packages/expo-notifications/src/ |
| H A D | NotificationChannelGroupManager.types.ts | 9 export interface NotificationChannelGroup { interface 27 getNotificationChannelGroupsAsync?: () => Promise<NotificationChannelGroup[]>; 28 getNotificationChannelGroupAsync?: (groupId: string) => Promise<NotificationChannelGroup | null>; 32 ) => Promise<NotificationChannelGroup | null>;
|
| H A D | getNotificationChannelGroupsAsync.ts | 1 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types'; 11 NotificationChannelGroup[]
|
| H A D | getNotificationChannelGroupAsync.ts | 1 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types'; 14 ): Promise<NotificationChannelGroup | null> {
|
| H A D | setNotificationChannelGroupAsync.ts | 2 NotificationChannelGroup, 18 ): Promise<NotificationChannelGroup | null> {
|
| H A D | getNotificationChannelGroupsAsync.android.ts | 4 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types'; 7 NotificationChannelGroup[]
|
| H A D | getNotificationChannelGroupAsync.android.ts | 4 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types'; 8 ): Promise<NotificationChannelGroup | null> {
|